home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / head.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  811 b   |  40 lines

  1. /* head.h: header file */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/head.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: head.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_HEAD
  16. #define _H_HEAD
  17.  
  18.  
  19. #include "util.h"
  20. #include "retcode.h"
  21.  
  22.  
  23. /*
  24.  *   PP - An MTA
  25.  *
  26.  *     Copyright (C) 1989, University College London + Nottingham University
  27.  *
  28.  *     Acquisition, use, and distribution of this module and its listings
  29.  *     are subject restricted to the terms of a license agreement.
  30.  *     Documents describing systems using this module must cite its source.
  31.  *
  32.  *     The above statements must be retained with all copies of this
  33.  *     program and may not be removed without the consent of
  34.  *     University College London and Nottingham University.
  35.  *
  36.  */
  37.  
  38.  
  39. #endif
  40.